{% extends "_layout.html" %} {% from "_macros.html" import summary_table, row %} {% block title %}Your {{ plan_name }} subscription was canceled — {{ project_name }}{% endblock %} {% block preheader %}You still have access until {{ period_end_human }}.{% endblock %} {% block heading %}Your {{ plan_name }} is canceling.{% endblock %} {% block body %}
We’ve scheduled your {{ plan_name }} subscription to end at the close of the current period. Nothing changes today.
Your account stays put when the plan ends, so picking it up again later is one click. If you canceled by mistake, undo it from billing before the period ends.
{% endblock %} {% block summary %} {% call summary_table() %} {{ row("Plan", plan_name) }} {{ row("Access until", period_end_human, emphasis=True) }} {% endcall %} {% endblock %} {% block cta_label %}Undo or manage{% endblock %} {% block footer_note %}Did this not come from you? Reply to this email and we’ll figure out what happened together.
{% endblock %}